home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0908.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.0 KB  |  33 lines

  1. Edward Vielmetti writes:
  2.  
  3. > I'd like to see WAIS databases treated as first class objects in WWW.
  4.  
  5. Testify!
  6.  
  7. > This probably involves moving code from the www-to-wais gateway into
  8. > the client library, or having "smart" clients go off and use 
  9. > "full featured" wais clients when they are presented with serviers.
  10.  
  11. I prefer the move into the client library, myself.  It would be
  12. exceptionally simple to do -- just steal some of the code from the
  13. existing gateway and munge munge munge.
  14.  
  15. > The next step of this is to take the wais directory of servers and
  16. > add value to it by writing a .src->.html converter that makes things
  17. > look really nice.
  18.  
  19. Yes!  Yes!  Such a converter should:
  20.  o recognise news.group.format
  21.  o recognise anonymous:/ftp/references
  22.  o recognise maintainer@e-mail.addresses
  23.  
  24. Hmm, there must be more -- if that were all, I could do it with sed
  25. commands:
  26.  
  27. s/([A-Za-z0-9-\.])+/<A HREF="news:\1">\1<\/A>/
  28. s/([A-Za-z0-9-\.]+)(:?/?)([A-Za-z0-9-\.\/]+)/<A HREF="file:\/\/\1\/\3">\1\2\3<\/A>/
  29. s/([A-Za-z0-9-\.]+@[A-Za-z0-9-\.])/<ADDRESS>\1<\/ADDRESS>/
  30.  
  31. Nat.
  32.  
  33.